ConceptHMI Web Help
TryGetValue Method (ReadOnlyDictionary<TKey,TValue>)
The key.
The value.
Tries the get value.
Syntax
public bool TryGetValue( 
   TKey key,
   out TValue value
)

Parameters

key
The key.
value
The value.

Return Value

true if successfully get the value, false otherwise
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ReadOnlyDictionary<TKey,TValue> Class
ReadOnlyDictionary<TKey,TValue> Members

 

 


© 2016 Objectis

Send Feedback